Wiki

Clone wiki

inf225public / glossary / Bottom-up parser

[Alphabetical Index | Tag Index]

Bottom-up parser

A parser that works by identifying the lowest-level details first, rather than working top-down from the start symbol. For example, an LR parser.

[Wikipedia]

Updated